home *** CD-ROM | disk | FTP | other *** search
- stop();
- set("on","0");
- tellTarget("/timer2")
- {
- gotoAndPlay(1);
- }
- pice_in = "0";
- while("9" >= pice_in)
- {
- setProperty("pice_" add pice_in, _X, random("100") + "470");
- setProperty("pice_" add pice_in, _Y, random("230") + "120");
- tellTarget("pice_" add pice_in)
- {
- gotoAndStop(4);
- }
- pice_in += "1";
- }
-